home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15395 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: archangel.terraport.net!news
  2. From: rstreich@enterprise.ca (Ralph Streich)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Borland C++ 4.52:  problem compiling examples
  5. Date: Fri, 05 Apr 1996 03:46:31 GMT
  6. Organization: R & R Streich, Pickering, ON.
  7. Message-ID: <4k2bnb$4bl@archangel.terraport.net>
  8. References: <4jjvk7$bf2@solaria.cc.gatech.edu>
  9. Reply-To: rstreich@enterprise.ca
  10. NNTP-Posting-Host: ppp100.ts1.enterprise.ca
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. griswold@cc.gatech.edu (Paul Griswold) wrote:
  14.  
  15. >I'm having a rather large problem with Borland C++ 4.52.  I can't even get the
  16. >example programs that are included with the compiler to work.  Sometimes they
  17. >will compile and link just fine, but most of the time the linker will crash,
  18. >saying that it can't find any of the classes.
  19.  
  20. >For example, when I try to compile the first program in the OWL tutorial
  21. >(\bc45\examples\owl\tutorial\step01.cpp), I get 23 errors, all basically of
  22. >the "undefined symbol" variety.  I've been working on this for over a full
  23. >day and can't seem to make *any* progress.
  24.  
  25.  
  26. Paul, access the IDE's target expert by pressing the right mouse to
  27. bring up a menu, select the appropriate option and change the target
  28. type to an exe type.  Then try compiling.  This should help get ride
  29. of those errors about TApplication class.
  30.  
  31.